home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir25 / rg1c.zip / MANUAL.DOC < prev    next >
Text File  |  1993-09-13  |  17KB  |  397 lines

  1.  
  2.                             Recipe Gourmet
  3.  
  4.                         Version 1.0 Test Drive
  5.  
  6.                               User Guide
  7.  
  8.  
  9. Recipe Gourmet is a simple, no-nonsense program designed to help you 
  10. in the kitchen. It allows you to keep recipes and has a few helpful 
  11. tips as well. It is our vision of what a computer recipe program should
  12. be like. Not only can you store recipes, there is a wealth of easy to 
  13. access data that will help you in the kitchen: a beef chart with general 
  14. cooking instructions for the various cuts, information on wines, and
  15. an easy reference for substitutions and equivalents. 
  16.  
  17. When we investigated computer aided cooking, we were surprised to find
  18. two distinct classes of computer users. The first group spends hours and
  19. hours plugging in calories/cholesterol and so on, and uses the computer
  20. to plan meals based on caloric intake. From what we saw, most people 
  21. give up on this after the novelty wears off. The second group tends to 
  22. view the computer as a storage and resource medium, and these people
  23. tend to type in only the recipes that they really like regardless of the
  24. calories involved. 
  25.  
  26. When we looked at programs we found that there were a wealth of them for
  27. people of the first group, and they all cater to the idea that the right
  28. thing to do is use the computer to adjust recipes for you. Well, we think
  29. you're smarter than that. You and I both know that if it takes 8 oz of
  30. something to make a dish for 4 people it takes 16 oz for 8 people. This 
  31. isn't something that requires a computer. Likewise, when you have a 4
  32. person recipe and you're planning a 6 person dinner party, you simply 
  33. double the recipe for 8 servings. This allows you more options: you can
  34. allow for really hungry people (another serving), you can allow for the
  35. inevitable foulup. Yes, we all make mistakes. There's no reason to 
  36. carefully compute a dinner for 6 and then blow the whole dinner because 
  37. you slipped and dropped a plate! 
  38.  
  39. We also found that many recipes were designed to take advantage of the 
  40. size of the cookware. it's easier to use two pans of 13x9x2 to make 
  41. something with than try to outguess the oven using one 13x9x2 pan for 
  42. the first 4 people and taking a wild guess with some other size. All too 
  43. often that extra pan dish comes out a tad too dry or a bit overdone or a 
  44. little underdone. We also found that doubling certain recipes just plain
  45. doesn't work, like making chocolate chip cookies. Doubling the recipe
  46. we use at home makes really tough and and uh, 'chewy' cookies (just ask
  47. our sixteen year old daughter.)
  48.  
  49. For that second group of people there's now Recipe Gourmet. The purpose
  50. of this program is to provide easy storage of recipes in a manner that 
  51. is simple to understand. Not only can you store food recipes, you can
  52. also store your favorite drink mixes, canning instructions, and so on.
  53. I hope you'll find Recipe Gourmet to be easy to use.
  54.  
  55.                      --- G.L. Alston / Summer 1993
  56.  
  57.  
  58. I. TEST DRIVE INSTALLATION
  59.  
  60. Unpack the archive file in a separate directory. Take the *.VBX files
  61. and any *.DLL files and place them in your WINDOWS\SYSTEM directory.
  62. Most of you have this on drive C:. An example? Sure? Let's say that you
  63. have put a copy of the ZIP file in D:\RG:
  64.  
  65. D:\RG> copy *.vbx c:\windows\system
  66. D:\RG> copy *.dll c:\windows\system
  67.  
  68. (Start Windows)
  69.  
  70. D:\RG> win
  71.  
  72. Once Windows is started, open the FILE menu in the PROGRAM MANAGER.
  73. Select NEW. Select PROGRAM ITEM, choose OK. Enter the following:
  74.  
  75. Description:   Recipe Gourmet
  76. Command Line:  RG.EXE
  77. Directory:     D:\RG  <----- in keeping with our example!
  78. Shortcut Key:  (none)
  79.  
  80. Select OK. The program will now be installed, and you can double-click the
  81. icon to start as you would any other program.
  82.  
  83. A short aside:
  84.  
  85. What a pain, huh? Sorry, but Windows installers take up too much room, and
  86. the name of the game in shareware distribution is DISTRIBUTION. The bottom
  87. line is that the blasted installer takes up too much room for easy and fast
  88. distribution. It's no sweat to add a few K to a disk, but who wants to
  89. download that? If you buy this program you'll get a real installer. We know
  90. how to do it. Honest. No, seriously...
  91.  
  92.  
  93. II. GETTING STARTED
  94.  
  95. Two important concepts to master here, and that's it. This is a very
  96. simple, no nonsense program.
  97.  
  98. DATABASES:
  99.  
  100. A database uses the concept that information will always follow a given
  101. format.  This format breaks down the individual pieces of information
  102. into blocks called "fields." Each group of FIELDS is called a "Record."
  103. As a 'for instance', take the case of a mailing list:
  104.  
  105.  
  106.                    /       Name         <--- One Field
  107.                   |        Street
  108.       1 RECORD   <         City
  109.                   |        Zip
  110.                    \       Phone
  111.  
  112.  
  113. The above constitutes a RECORD. Each line of information is a FIELD. In 
  114. the case of a mailing list, the database uses the same format for each 
  115. and every RECORD, although the information in each FIELD will change 
  116. depending on the RECORD viewed. A Rolodex (tm) is a database.
  117.  
  118.  
  119. TEMPLATES:
  120.  
  121. A template is little more than a how a series of fields fit together
  122. for particular information. In this program there is a series of 5
  123. fields that you can define the name, purpose, and data type. Is this 
  124. text, or is this a number? There is also a pick list that you can use. 
  125. The pick list is a very powerful item in a data management tool. Rather 
  126. than type in redundant information record after record, a pick list 
  127. simplifies common data entry and keeps spelling error minimised. Take 
  128. a look at the sample file (provided on the distributon disk) to see how 
  129. pick lists are implemented. Essentially, the pick list is the definitive
  130. categorization, such as 'type of liquor' or 'type of dish.'
  131.  
  132. It's not required to use all available fields, either. The important 
  133. thing to know is that the template can be set up easily by YOU to work
  134. with the type of data you need. The examples on the disk show you how
  135. some possibilities.
  136.  
  137.  
  138. III. OPERATING
  139.  
  140. The Scroll Bar (on screen right) is used to move the view from recipe to
  141. recipe. The Add and Delete buttons are used to Add and Delete complete
  142. recipes.
  143.  
  144. The four pushbuttons with icons:
  145.  
  146. Folder -- OPENS a data file.
  147.  
  148. Disk -- Saves a data file .
  149.  
  150. Magnifying Glass -- Allows you to open the SEARCH window.
  151.  
  152. Clipboard -- this is used to temporarily hold information from a record
  153. (by copying) so that you can do less typing by duplicating it (pasting)
  154. into an empty record.
  155.  
  156. There are also two other 'clickable' icons on screen:
  157.  
  158. The one in between the basic data and the cooking instructions (it looks 
  159. like a face) is a way to 'rate' a recipe. This can be turned on or off
  160. in the template used. The idea here is to provide a reminder of what the
  161. general perception was of this recipe by your family. To change the face,
  162. just click it. It will change from "OK" (straight face) to "GOOD" (smile
  163. on face) to "SUPERB" (big grin.)
  164.  
  165. The book icon to the left of the cooking instructions text area is used
  166. to run WRITE (it comes with Windows) and put the instructions into it for
  167. more fancy printing than what's available in the program. Just click it 
  168. and the text in that area will be loaded into WRITE for you.
  169.  
  170.  
  171. The following is the instructions for the main menu. The convention used
  172. here is the menu item, a separator, and the subitem. An asterisk (*) will
  173. alert you to any notes. The menu follows standard Windows conventions,
  174. including the use of accelerator (shortcut) keys. Items that include an
  175. ellipses (...) will bring up another window.
  176.  
  177. FILE
  178.  
  179. The file menu allows you to create, open, save, print, and rename data
  180. files, create and edit templates, and EXIT the program.
  181.  
  182. FILE | NEW -- allows you to create a new data file from scratch. You will
  183. need to choose the template used from the file dialog box. 
  184.  
  185. FILE | OPEN -- shows you a file dialog so that you can choose a file to
  186. open. 
  187.  
  188. FILE | SAVE -- saves an opened data file.
  189.  
  190. * if OPTIONS | FILE BACKUPS MADE has been checked, a backup file of the
  191. same data will be written to the disk as FILENAME.BAK
  192.  
  193. FILE | SAVE AS -- allows you to save the open data file to disk under
  194. another name.
  195.  
  196. * if OPTIONS | FILE BACKUPS MADE has been checked, a backup file of the
  197. same data will be written to the disk as FILENAME.BAK
  198.  
  199. FILE | PRINT
  200.  
  201. FILE | PRINT | CURRENT RECORD -- prints the record shown on screen, using
  202. the print mask.
  203.  
  204. FILE | PRINT | ALL RECORDS -- prints the entire data file, using the print
  205. mask. 
  206.  
  207. FILE | PRINT | LAST SEARCH -- when enabled, this will print all items 
  208. found in the last search that was made using the print mask.
  209.  
  210. FILE | EDIT TEMPLATE -- this brings up a file dialog allowing you
  211. to choose an existing template to edit. See TEMPLATE EDITOR.
  212.  
  213. FILE | CREATE NEW TEMPLATE -- this will bring up a dialog to create
  214. a new file name before bringing up the edit template window. See
  215. TEMPLATE EDITOR.
  216.  
  217. FILE | FILE BACKUPS MADE -- when on: when data files are saved to
  218. disk, this will create a new file on disk that is a duplicate of the
  219. original. The extension *.BAK is used. 
  220.  
  221. * This is an option that is TRUE or ON when checked.
  222.  
  223. FILE | EXIT -- Quits Program and returns to Windows
  224.  
  225.  
  226. EDIT
  227.  
  228. The edit menu is only active when the Cooking Instructions text area
  229. window is active.  Note that the menu items are disabled when they are 
  230. not pertinent. For instance, PASTE will be grayed out (disabled) if there 
  231. is no text in the Windows Clipboard to paste with. Text operations are 
  232. Windows standard, i.e. selecting, etc. If you do not know how to select
  233. text in Windows, please refer to your Windows 3.x operation guide.
  234.  
  235. EDIT | UNDO -- this will "undo" a previous CUT or DELETE operation, and
  236. acts as an "oops" selection for unintentional deletions. 
  237.  
  238. EDIT | COPY -- this will copy any selected text to the Windows 
  239. Clipboard.
  240.  
  241. EDIT | CUT -- this will copy any selected text to the Windows Clipboard
  242. and remove it from the screen.
  243.  
  244. EDIT | PASTE -- this will take text from the Windows Clipboard and place
  245. it into the text window at the cursor position.
  246.  
  247. EDIT | DELETE -- this will remove text from the screen. You can change
  248. your mind and choose UNDO to reverse the operation, but deleted text
  249. does NOT go to the Windows Clipboard.
  250.  
  251. EDIT | IMPORT TEXT -- this allows you to read a separate text file and
  252. add the contents to the text window. The File Open dialog will default
  253. to the "*.TXT"  extension (in keeping with Windows Notepad conventions) 
  254. but it will read in ASCII text using any oher extension.
  255.  
  256.  
  257. REFERENCE
  258.  
  259. The OPTIONS menu is used to access reference information.
  260.  
  261. REFERENECE | AMOUNTS, EQUIVALENTS, SUBSTITUTIONS -- this is handy help
  262. that you may need when you discover that you don't know how many apples
  263. you need to make 3 cups of diced apples, what size pan you can use when
  264. you don't have the right one, etc.
  265.  
  266. REFERENCE | BEEF CHART -- Clicking any area will give you information
  267. about the cuts of meat that come from this area. General information 
  268. consists of cooking recommendations, what USDA grades mean, etc.
  269.  
  270.  
  271. HELP
  272.  
  273. This menu allows you to access the online help and place an order for 
  274. the enhanced version.
  275.  
  276. HELP | TOPICS -- brings up the online help window.
  277.  
  278. HELP | ORDER INFO -- brings up the order form window.
  279.  
  280. HELP | ABOUT -- Who is responsible for this, anyhow?
  281.  
  282.  
  283.  
  284. IV.  TEMPLATE CREATION USING THE TEMPLATE EDITOR
  285.  
  286. In the template editor there are 5 fields and a pick list. Each of
  287. these are defined by you. The fields can be either TEXT or NUMERIC
  288. depending on which option you choose for each field. The text window
  289. inside each frame is for you to give the field a name. This name should
  290. be as descriptive as possible, and can be up to 35 characters long. If
  291. a name is over 35 characters long, you won't be able to save the file.
  292.  
  293. The pick list is for entering the primary categorization of the item
  294. that the template is about. By all means look at the supplied sample
  295. files to see how this is done. The purpose of the list is to keep the
  296. entry of your inventory data simple. It also serves another purpose:
  297. you cannot misspell something chosen from a list when searching.
  298.  
  299. Adding to the list is simple: just type what you want it to say in the
  300. text box above the list, and choose ADD. The new item will be added to
  301. the bottom of the list. Deleting a list item is also simple: choose the 
  302. item from the list to delete so that it shows up in the list box window, 
  303. and choose DELETE.
  304.  
  305. The "Include Rating" check box allows you to turn the smiley face off
  306. and on. The text box is used to name the 'rating' such as "what the 
  307. kids think' or 'Bob's thoughts' and so on.
  308.  
  309. When you are done editing or creating the template, choose SAVE.
  310.  
  311.  
  312.  
  313. V. SEARCHING
  314.  
  315. In the search window, the fields have a check box next to them. Clicking
  316. a check box will tell the program that a search can be made. This pops up
  317. a CRITERIA window that allows you to enter the data to sarch for. If the
  318. field is numeric, you can search for MATCHING values, values LESS THAN or
  319. GREATER THAN what you entered, or you can enter 2 values to initiate a
  320. search for range: GREATER THAN the first value, and LESS THAN the second.
  321. Text fields and lists are searched for MATCHING values only. If it is a
  322. text field, the other options are disabled in the criteria window. Note
  323. the IGNORE CASE check box: this will allow you to specify whether the
  324. search should look for text EXACTLY as you typed it, or if it should
  325. ignore letter capitalizing. When you are done filling in the values to
  326. look for, just choose OK to close the criteria window.
  327.  
  328. All fields can be searched and the same process takes place on each one.
  329. If you choose a check box that has already been marked, this has the effect
  330. of clearing it. Just choose it again to re-enter a new search criteria.
  331.  
  332. If you choose the CLEAR button, all fields are forced into the unchecked
  333. state and any search criteria is erased. If you choose the SEARCH button,
  334. a search will be made through the data file on the checked fields.
  335.  
  336. Choosing DONE will close the window, but not erase it -- if you re-open
  337. the window, it will be as you left it. This way you can either close or
  338. minimize the window (and place it on the desktop) and not lose any data.
  339.  
  340. When a search is made, Recipe Gourmet calculates the number of recipes 
  341. found and shows them in the window. A scroll bar will appear that will 
  342. allow you to scroll through the found recipes -- these will show up in 
  343. the main window. As you scroll through, the main window scroll bar also 
  344. changes to show a relative file position.
  345.  
  346. You can switch back and forth between the windows as desired, and operate
  347. either scroll bar at any time. Just remember that the one in the search
  348. window scrolls only through records found in the search.
  349.  
  350.  
  351.  
  352. VI. SHAREWARE, DISCLAIMERS, AND CONTACT INFO
  353.  
  354. You have an implicit license to EVALUATE this program for a reasonable
  355. period of time to see if it meets your needs. We figure 45 days or so is
  356. pretty reasonable because it lets you take your time: no pressure! If you
  357. want to use it beyond this time, you'll need to order the registered
  358. version, which gives you a license to use it forever. If you don't want 
  359. to register it, you'll need to remove it from your system. It's illegal 
  360. after that to use it. Seriously. This is copyrighted software, just like 
  361. the stuff in the stores. We prefer to work this way though, because we 
  362. get closer to the average users, and it helps us write better programs. 
  363. To sweeten the pot a bit (we try to make it worth your while) you'll get 
  364. lots of extra goodies when you buy the program. (Hint: if you think it's 
  365. fast and easy now, well... it's even better!)
  366.  
  367. See the help file while in the program for details. There's a lot of stuff
  368. that you'll get as a registered owner.
  369.  
  370.  
  371. Standard Software Industry Disclaimer:
  372.  
  373. Alston Software Labs makes no claim or warranty whatsoever as to the
  374. fitness or suitability to purpose of Recipe Gourmet.
  375.  
  376. Contact Information:
  377.  
  378. Alston Software Labs
  379. 1320 Standiford Ave #242
  380. Modesto CA 95350
  381. Tel (209) LAB - 8666
  382. FAX (209) 522 - 8666
  383.  
  384. Compuserve: 76040,2247
  385. GEnie     : G.ALSTON5
  386. Internet  : 76040.2247@compuserve.com
  387.  
  388. Or try our home BBS in Modesto, The Programmer's Retreat @ (209) 526-9987
  389. to get the latest versions or other ASL software. Just log in, use ASL for
  390. the password.
  391.  
  392. Recipe Gourmet and this manual are copyright 1993 by Alston Software Labs, 
  393. Modesto, CA.
  394.  
  395. Windows is a registered trademark of Microsoft Corporation, Redmond, WA.
  396.  
  397.